/*reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, menu, nav, output, ruby, section,
summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0;}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, menu, nav, section, main {display: block;}

ol, ul {list-style: none;}
blockquote, q {quotes: none;}
img{max-width: 100%; height: auto;}
a{text-decoration: underline;}
a:hover{cursor: pointer;}

*::-webkit-input-placeholder {color: #a9a9a9; opacity: 1;}
*:-moz-placeholder {color: #a9a9a9; opacity: 1;}
*::-moz-placeholder {color: #a9a9a9; opacity: 1;}
*:-ms-input-placeholder {color: #a9a9a9; opacity: 1;}
*{margin: 0; padding: 0;}
*{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
button,input{outline: none;}

/* Default settings*/

.hidden{display: none;}
.clear{clear: both;height: 0px;}
.invis{display: none;}
.left{float: left;}
.right{float: right;}
.center{text-align: center;}
.clearfix:after{content: '';display: block;clear: both;}

/*Site settings*/
h1,h2,h3,h4,h5,h6{font-weight: 600;}
b, strong{font-weight: 700;}

.opacity-75{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
}
.shadow-text{
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}
.shadow-55{
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.55);
    -moz-box-shadow:    0px 1px 2px 0px rgba(0, 0, 0, 0.55);
    box-shadow:         0px 1px 2px 0px rgba(0, 0, 0, 0.55);
}
.border-5{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.animate {
    -webkit-transition: all 0.3s;
    -moz-transition:    all 0.3s;
    -o-transition:      all 0.3s;
    -ms-transition:     all 0.3s;
    transition:         all 0.3s;
}
.col-v{color: #a23ef3;} 
.col-s{color: #ffd600;}
.col-m{color: #0fb4e9;}

/*structure*/
html{
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body{
    position: relative;
    width: 100%;
    min-width: 320px;
    padding: 0px;
    margin: 0px;
    font-family: 'Open Sans', "Arial", "Helvetica", sans-serif;
    font-size: 18px;
    line-height: 1.5em;
    color: #222;
    font-weight: 400;
}
.main-wrap{
    position: relative;
    width: 480px;
    margin: 0px auto;
}
.section{
    position: relative;
    padding: 20px;
}
h2{
    position: relative;
    display: block;
    margin: 0 auto;
    padding-bottom: 30px;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.3em;
    text-align: center;
    text-transform: uppercase;
    color: #084675;
}
h2>span{
    position: relative;
    display: inline-block;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3em;
    color: #638ca9;
}
input, button{
    border: 0px;
    outline: 0px;
    background: none;
    padding: 0;
    margin: 0;
}
.button-m{
    display: block;
    position: relative;
    outline: none;
    width: 359px;
    height: 88px;
    background: url(../img/button.png) top center no-repeat;
    cursor: pointer;
}
.center .button-m{
    margin: 0px auto;
}

.block-1 .center .button-m {
    margin: 200px auto 0;
}



.block-1, .block-8{
    padding: 0 20px;
    padding-top: 380px;
    background: url(../img/bg-1.jpg) top center no-repeat;
}
.block-1 .container{
    padding-bottom: 40px;
    color: #fff;
}
.block-1 .container-1>div{
    position: relative;
    float: right;
}
.block-1 .cost, .block-8 .cost {
    position: absolute;
    width: 140px;
    text-align: center;
    top: 355px;
    right: 15px;
    background: #ffc502;
    height: 140px;
    padding: 30px 0 0;
    border-radius: 50%;
}
.cost>span{
    display: inline-block;
}
.old-cost{
    font-size: 24px;
    line-height: 1.5em;
    text-decoration: line-through;
    font-weight: 600;
}
.new-cost{
    font-size: 32px;
    line-height: 1em;
    font-weight: 700;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
}
.block-1 .container{
    height: 120px;
}
.block-1 .timer{
    position: relative;
    padding-top: 10px;
}
.countbox{
    position: relative;
    width: 270px;
    padding-top: 10px;
    padding: 0;
    margin-left: 14px;
    line-height: 1.2; 
    font-size: 32px; 
    font-weight: 400; 
    text-align: center; 
    color: #fff;
}
.countbox .countbox-num{
    position: relative;
    float: left; 
    height: 53px;
}
.countbox .countbox-space{
    float: left; 
    width: 10px; 
    height: 53px; 
    line-height: 50px; 
    font-size: 24px;
}
.countbox .countbox-space:before{content: '\003A'; font-weight: 400; }
.countbox-hours1,.countbox-hours2,.countbox-mins1,.countbox-mins2, .countbox-secs1, .countbox-secs2{
    position: relative; 
    float: left;
    width: 34px;
    height: 53px;
    margin: 0 2px; 
    line-height: 50px;
    text-align: center;
    z-index:1; 
    font-weight: 700; 
    background: url(../img/timer-bg.png) 0 0 no-repeat;
    color: #24486a;
}
.countbox-hours-text,.countbox-mins-text,.countbox-secs-text{
    position: absolute;
    width: 76px; 
    height: 14px;
    margin-top: 60px;
    font-size: 14px;
    font-weight: 700;
}

.block-2 {
    padding: 60px 20px 30px;
}
.block-2 ul li h3 {
    padding: 20px;
    color: #084675;
    background: rgba(247, 243, 243, 0.55);
    text-align: center;
}




.block-2 .container>p{
    padding-bottom: 15px;
    text-align: justify;
}
.blue-bg{
    background: url(../img/bg.jpg) center 0 repeat-y;
    color: #fff;
}
.blue-bg h2{
    color: #fff;
}
.block-3{
    padding: 40px 0 20px; 
}
.block-3 h2{
    font-size: 32px;
    line-height: 1.4em;
    font-weight: 700;
    padding: 0 20px 40px;
}
.block-3 .container {
    padding: 0px 20px 0;
}
.block-3 ul li {
    position: relative;
    font-size: 20px;
    text-align: center;
    border-bottom: 2px dashed rgba(255, 255, 255, 0.21);
    margin-bottom: 25px;
}

.block-3 ul li img{
    margin: 25px 0;
}
.block-3 h3 {
    text-align: center;
}
.block-3 h3 span {
    padding: 2px 4px;
    border-radius: 6px;
    background: #fffb00;
    background: -moz-linear-gradient(top, #fffb00 0%, #ffc500 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fffb00), color-stop(100%,#ffc500));
    background: -webkit-linear-gradient(top, #fffb00 0%,#ffc500 100%);
    background: -o-linear-gradient(top, #fffb00 0%,#ffc500 100%);
    background: -ms-linear-gradient(top, #fffb00 0%,#ffc500 100%);
    background: linear-gradient(to bottom, #fffb00 0%,#ffc500 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffb00', endColorstr='#ffc500',GradientType=0 );
    color: #000;
}
.block-4{
    padding: 40px 20px;
}
.block-4 h2{
    font-size: 40px;
    padding-bottom: 40px;
}
.block-4 ul{
    position: relative;
}
.block-4 ul li{
    position: relative;
    text-align: center;
    padding-bottom: 30px;
    font-size: 20px;
}
.block-4 ul li img{
    position: relative;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}
.block-4 ul li:before {
    content: attr(data-num);
    position: absolute;
    left: 122px;
    top: 0px;
    border-radius: 50%;
    background: #ffd215;
    display: block;
    width: 30px;
    height: 30px;
    color: #000;
    z-index: 10;
}





.block-5{
    padding: 40px 20px 20px;
}
.block-5 ul{
    padding-top: 20px;
}
.block-5 ul li{
    position: relative;
    padding-left: 40px;
    padding-bottom: 20px;
    background: url(../img/list-type.png) left 2px no-repeat;
    font-size: 20px;
}
.block-6{
    padding: 40px 20px;
}
.block-6 .rew-item{
    position: relative;
    padding-top: 40px;
}
.block-6 .rew-item>img{
    position: relative;
    display: block;
    float: left;
}
.block-6 .rew-item>p{
    padding-left: 130px;
}
.block-6 .rew-item>p strong{
    font-size: 20px;
    color: #084675;
}
.block-7{
    padding-top: 40px;
    background: #f5f5f5;
}
.block-7 .deliv-item{
    text-align: center;
    font-size: 20px;
    padding: 30px 0;
    border-bottom: 1px dashed #ccc;
}
.block-7 .deliv-item:last-child{
    border-bottom: 0px;
}
.block-7 .deliv-item p{
    padding-top: 10px;
}
.block-7 .deliv-item .deliv-icon{
    position: relative;
    display: inline-block;
    width: 119px;
    height: 119px;
    background: url(../img/delivery.png) center top no-repeat;
}         
.block-7 .deliv-item .deliv-pic-1{
    background-position: 50% 0;
}
.block-7 .deliv-item .deliv-pic-2{
    background-position: 0% 0;
}
.block-7 .deliv-item .deliv-pic-3{
    background-position: 100% 0;
}

.block-8 .container-2 {
    margin-top: 310px;
}

.block-8 .timer {
    margin: 10px 0;
}

.block-8 .order {
    padding-top: 20px;
    color: #2f2b2b;
}
.block-8 .order>p.center{
    font-weight: 700;
}
.block-8 .order>p.center strong{
    text-transform: uppercase;
    font-size: 22px;
}
.block-8 form{
    position: relative;
    width: 388px;
    margin: 0px auto;
    padding-top: 30px;
}
.block-8 form>div{
    padding-bottom: 15px;
}
.block-8 form input, .block-8 form select {
    display: block;
    width: 359px;
    height: 70px;
    margin: 0 auto;
    border: 1px solid #065a9a;
    line-height: 70px;
    text-indent: 40px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 20px;
    background: #fff;
    outline: none;
    font-family: 'Open Sans';
}

.block-8 form select {
    cursor: pointer;
}

.block-3 a.button {
    display: block;
    width: 250px;
    margin: 0 auto 30px;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    background: #fc9600;
    border-bottom: 3px solid #b46c00;
    text-transform: uppercase;
    padding: 10px;
    background: linear-gradient(to bottom, #f9cb23 0%,#fc9600 100%);
}  

.footer{
    font-size: 16px;
    background: url(../img/bg-2.png) center 0 repeat-y;
    line-height: 1.3em;
    color: #fff;
}

.video-container{
    position: relative;
    width: 100%;
    height: 280px;
    overflow:hidden;
    margin-bottom: 20px;
    background: #000;
}
.video-container iframe, .video-container object, .video-container embed{
    position:absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;}


    .problem-wrap {
        margin-bottom: 38px;
        clear: both;
        overflow: hidden;
    }
    .problem-wrap h3 {
        font-size: 22px;
        font-weight: 900;
        text-transform: uppercase;
        text-align: center;
        background: #ffc502;
        padding: 20px 0;
        margin: 20px 0;
    }

    .problem-wrap .nobaf h3 {
        background: #f9a5a5;
    }



    .problem-wrap .info {
        text-align: left;
        padding-left: 95px;
        position: relative;
    }
    .problem-wrap .info p {
        font-size: 18px;
        color: #0d406e;
        font-weight: 900;
    }
    .problem-wrap .info h4 {
        font-size: 24px;
        color: #e73b41;
        font-weight: 900;
    }
    .problem-wrap .info h5 {
        font-size: 18px;
        font-weight: 900;
    }
    .problem-wrap .nobaf .info {}
    .problem-wrap .nobaf .info:before {
        content: '';
        display: block;
        width: 64px;
        height: 64px;
        background: url(../img/info-1.png);
        position: absolute;
        left: 10px;
        top: 5px;
    }
    .problem-wrap .yesbaf .info:before {
        content: '';
        display: block;
        width: 50px;
        height: 64px;
        background: url(../img/info-2.png);
        position: absolute;
        left: 20px;
        top: 7px;
    }


    p.alert {
        text-align: center;
        border: 1px dashed #094277;
        padding: 20px;
        margin-bottom: 40px;
    }


    .block-8 form .country_chang{
        margin-bottom: 15px;
    }


    .footer{
        text-align: center;
    }
    .footer>img{
        display: block;
        margin: 0 auto 10px;
    }
    .footer>a{
        display: inline-block;
        margin: 0 5px;
        vertical-align: top;
        color: #fff;
        font-size: 14px;
        line-height: 1.1em;
    }


    .footer a{
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        line-height: 1.1em;
        margin: 0 5px 5px;
        display: inline-block;
    }
    .footer a:last-of-type{
        margin-bottom: 0;
    }
    .footer p{
        margin-bottom: 10px;
    }
    .footer p:last-child{
        margin-bottom: 0;
    }
    .footer .politics,
    .footer .agreement{
        font-size: 0;
    }
    .footer .politics:before{
        content: 'Політика конфіденційності';
        font-size: 14px;
    }
    .footer .agreement:before{
        content: 'Угода користувача';
        font-size: 14px;
    }


    .popup{
        display: none;
        max-width: 460px;
        margin: 0 auto;
    }
    .popup h3{
        font-size: 24px;
        margin-bottom: 35px;
        font-weight: 700;
    }
    .popup h4{
        margin-bottom: 20px;
        font-weight: 700;
    }
    .popup p{
        margin-bottom: 20px;
    }
    .popup p:last-child{
        margin-bottom: 0;
    }


    .date_sale{
        text-align: center;
        padding-top: 10px;
    }